public class InventoryModeEntity
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InventoryModeEntity.Builder |
| Modifier and Type | Field and Description |
|---|---|
static int |
MODE_EPC |
static int |
MODE_EPC_RESERVED |
static int |
MODE_EPC_TID |
static int |
MODE_EPC_TID_USER |
static int |
MODE_LED_TAG |
static int |
MODE_TEMPERATURE_TAG |
| Modifier and Type | Method and Description |
|---|---|
int |
getMode()
获取盘点模式(Get inventory mode)
|
int |
getReservedLength() |
int |
getReservedOffset() |
int |
getUserLength()
获取要盘点的User区长度(User area data length)
|
int |
getUserOffset()
获取要盘点的User区起始地址(User area start address)
|
public static int MODE_EPC
public static int MODE_EPC_TID
public static int MODE_EPC_TID_USER
public static int MODE_EPC_RESERVED
public static int MODE_LED_TAG
public static int MODE_TEMPERATURE_TAG
public int getMode()
public int getUserLength()
public int getUserOffset()
public int getReservedLength()
public int getReservedOffset()